home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / delreg.txt < prev    next >
Text File  |  2003-08-22  |  1KB  |  53 lines

  1. delreg Version 1.0
  2. ------------------
  3.  
  4. Copyright (C) 2003, Ascher Stefan
  5.  
  6.  
  7. Contents:
  8. ---------
  9.  
  10.   * License
  11.   * Introduction
  12.   * Commandline Arguments
  13.   
  14.  
  15. License:
  16. --------
  17.  
  18. The source of synclp is distributed under the terms of the Mozilla Public License
  19. Version 1.1 (the "MPL"), see the license.txt file for further informations.
  20.  
  21.  
  22. Introduction:
  23. -------------
  24.  
  25. This is a small Tool to delete Registry Keys from the commandline, with confirmnation
  26. of the user. This may be useful if you want the user to give the choice to keep
  27. the setting after uninstalling a program.
  28.  
  29.  
  30. Commandline Arguments
  31. ---------------------
  32.  
  33. Usage:
  34.   Usage: delreg [options] -hk <HKEY> <key>
  35.   options:
  36.     -p-: Don't prompt user to delete Key
  37.     -pm: Prompt Message
  38.     -cp: Caption
  39.  
  40. Example:
  41.    delreg -cp "syn Uninstall" -pm "Delete the Registry Keys (%s) created by syn?" -hk HKCU Software\Ascher\syn
  42.  
  43.  
  44. ________________________________________________________________________________
  45.  
  46. Best wishes Stefan
  47.  
  48. stievie@utanet.at
  49. http://web.utanet.at/ascherst/
  50. http://syn.sourceforge.net/
  51.  
  52. $Id: readme.txt,v 1.1.2.2 2003/08/21 18:56:25 stievie Exp $
  53.